


/*comment*/
.mb-20 { margin-bottom: 26px !important; }
.ArticleView .commentStyle { background: #f7f3ee; border: solid 1px #f9e5c5; padding: 20px 35px; }
.commentStyle hr { border-top: solid 1px #ddc8a7; }
.ArticleView .commentStyle .fa { font-size: 67px; color: #bbb; }
.ArticleView .commentStyle .datecomment { font-size: 11px; color: #999;float:left;text-align:left; }
.ArticleView .commentStyle p { margin: 0; }
.ArticleView .commentStyle.mb-1 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 15px;
}
.ArticleView .commentStyle.mb-2 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 30px;
}
.ArticleView .commentStyle.mb-3 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 50px;
}
.ArticleView .commentStyle.mb-4 {
    background: no-repeat;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    border-right: 4px solid #cce9f2;
    margin-right: 70px;
}
.btn a.CommandButton {
  color: #fff;
  
}
.btn.btn-info {

  padding: 3px 10px;
}

.wrapper_Events_List h3{
    font-size: 1rem;
    display: flex;
    justify-content: center;
    font-family: inherit !important;
    font-weight:600;
    align-items: center;
}
.wrapper_Events_List img{
    width: 100% !important;
    border-radius:0.5rem;
    transition:all 0.2s linear;
}
.wrapper_Events_List{
     border: 1px solid var(--Gray-95);
  border-radius: 1rem;
  transition: var(--transition);
  background-color: var(--white);
    overflow:hidden;
    padding:1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 1.5rem;
}
.wrapper_Events_List:hover{
     box-shadow: 0px 8px 24px 0px rgba(7, 71, 63, 0.16) !important;
  border-color: var(--Gray-95) !important;
}
.wrapper_Events_List:hover img{
    transform:scale(1.1);
}
.wrapper_Events_List .image__Item__News{
    overflow:hidden;
}

